home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Misc Servers / Zope.exe / DATABASE-MANAGEMENT_FLUSH-CACHE.STX < prev    next >
Encoding:
Text File  |  2000-06-30  |  972 b   |  24 lines

  1. Database Management - Flush Cache: Zope Database cache flush.
  2.   
  3.   Description
  4.  
  5.     This view allows you to flush the Zope database cache.
  6.  
  7.   Controls
  8.  
  9.     'Full Sweep' -- Allows you to remove objects from the cache. The 
  10.     associated field (with the default value of 60 seconds) indicates 
  11.     the number of seconds within which an object must have been 
  12.     accessed in order *not* to be deactivated by  the flush operation.
  13.  
  14.     'Minimize' -- Allows you to remove objects from
  15.     the cache. The field (with the  default value of 60 seconds)
  16.     indicates the number of seconds within which an object must have
  17.     been accessed in order not to be deactivated by the flush
  18.     operation.
  19.  
  20.       The minimize operation differs from the full sweep in that it
  21.       removes all objects which are no longer referenced from the
  22.       root, while the full sweep merely removes most objects. The
  23.       minimize operation takes longer than full sweep.
  24.